projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ddc4fd
)
x86: dts: Add device tree compatible string for Intel IPC
author
Simon Glass
<
[email protected]
>
Fri, 10 Oct 2014 13:30:14 +0000
(07:30 -0600)
committer
Simon Glass
<
[email protected]
>
Thu, 23 Oct 2014 03:50:32 +0000
(21:50 -0600)
Add this to the table so that it can be recognised.
Signed-off-by: Simon Glass <
[email protected]
>
include/fdtdec.h
patch
|
blob
|
history
lib/fdtdec.c
patch
|
blob
|
history
diff --git
a/include/fdtdec.h
b/include/fdtdec.h
index 2590d3071fd0353eb7e96f667e74bb089c3a476a..3814f82766d4214413f9ee7000be3d69a42945c3 100644
(file)
--- a/
include/fdtdec.h
+++ b/
include/fdtdec.h
@@
-96,6
+96,7
@@
enum fdt_compat_id {
COMPAT_NXP_PTN3460, /* NXP PTN3460 DP/LVDS bridge */
COMPAT_SAMSUNG_EXYNOS_SYSMMU, /* Exynos sysmmu */
COMPAT_PARADE_PS8625, /* Parade PS8622 EDP->LVDS bridge */
+ COMPAT_INTEL_LPC, /* Intel Low Pin Count I/F */
COMPAT_COUNT,
};
diff --git
a/lib/fdtdec.c
b/lib/fdtdec.c
index 06d4542029623cb7d84f764c57fb805bc84f5cd6..65db739c5009dc292c2299915ffd7e5ee3441e5b 100644
(file)
--- a/
lib/fdtdec.c
+++ b/
lib/fdtdec.c
@@
-72,6
+72,7
@@
static const char * const compat_names[COMPAT_COUNT] = {
COMPAT(COMPAT_NXP_PTN3460, "nxp,ptn3460"),
COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"),
COMPAT(PARADE_PS8625, "parade,ps8625"),
+ COMPAT(COMPAT_INTEL_LPC, "intel,lpc"),
};
const char *fdtdec_get_compatible(enum fdt_compat_id id)